home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 32
/
Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso
/
Aminet
/
dev
/
lang
/
Python152_Src.lha
/
Python152_Source
/
Objects
/
protos
/
funcobject.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-04-25
|
372 b
|
7 lines
static PyObject *func_getattr ( PyFunctionObject *op , char *name );
static int func_setattr ( PyFunctionObject *op , char *name , PyObject *value );
static void func_dealloc ( PyFunctionObject *op );
static PyObject *func_repr ( PyFunctionObject *op );
static int func_compare ( PyFunctionObject *f , PyFunctionObject *g );
static long func_hash ( PyFunctionObject *f );